home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / Tetris / Source / RCS / NextMatrix.h,v < prev    next >
Encoding:
Text File  |  1975-04-26  |  1002 b   |  94 lines

  1. head     1.4;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.4
  10. date     92.03.01.10.26.43;  author melling;  state Exp;
  11. branches ;
  12. next     1.3;
  13.  
  14. 1.3
  15. date     91.12.19.10.12.29;  author melling;  state Exp;
  16. branches ;
  17. next     1.2;
  18.  
  19. 1.2
  20. date     91.12.16.17.21.57;  author melling;  state Exp;
  21. branches ;
  22. next     1.1;
  23.  
  24. 1.1
  25. date     91.12.07.03.36.45;  author melling;  state Exp;
  26. branches ;
  27. next     ;
  28.  
  29.  
  30. desc
  31. @Tetris 1.1
  32. @
  33.  
  34.  
  35. 1.4
  36. log
  37. @Release 1.3
  38. @
  39. text
  40. @
  41. #import "Minimatrix.h"
  42. #import "Piece.h"
  43.  
  44. @@interface NextMatrix:Minimatrix
  45. {
  46.     id thePiece;
  47.      id showNextSwitch;
  48.     BOOL pieceVisible;
  49.     BOOL showNext;
  50. }
  51.  
  52. - initFrame:(const NXRect *)frameRect;
  53.  
  54. - drawSelf:(const NXRect *)rects :(int)rectCount;
  55.  
  56. - start:sender;
  57. - (struct pieceInfo *)pieceInfo;
  58. - end:sender;
  59. - showNext:sender;
  60. - free;
  61.  
  62. @@end
  63. @
  64.  
  65.  
  66. 1.3
  67. log
  68. @*** empty log message ***
  69. @
  70. text
  71. @d8 1
  72. @
  73.  
  74.  
  75. 1.2
  76. log
  77. @*** empty log message ***
  78. @
  79. text
  80. @a19 1
  81. - setCheating:sender;
  82. @
  83.  
  84.  
  85. 1.1
  86. log
  87. @Initial revision
  88. @
  89. text
  90. @d20 1
  91. a20 1
  92.  
  93. @
  94.